home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / ace185b.zip / HISTORY.DOC < prev    next >
Text File  |  1994-04-06  |  15KB  |  321 lines

  1. ================================================================
  2.            Updates To AceComm & Utilities (Tm)
  3.             Top down to version 1.55
  4. ================================================================
  5. =============================================================
  6. 4/4/94 * Release version 1.85
  7. =============================================================
  8. Here is the largest upgrade since AceComm's debut on May 15 of 1993.
  9.  
  10. - Script processor has been re-worked, is capable of processing
  11.   complex macro functions. A MINIHOST.SCR demonstrates much of the macro
  12.   language. The macro language has now evolved to include intelligent
  13.   decision making macros. See the CIS.SCR and MINIHOST.SCR for demos.
  14. - Some macro text has changed. This requires a completlety new install from
  15.   everyone.
  16. - DPRM.EXE was fixed. It had a bug where the data pointer was not being saved
  17.   correctly. DPRM is the utility that backs up the PRM file to an ascii
  18.   definition file.
  19.  
  20. - Point mailer services have been either re-written or changed. The EMSI
  21.   protocol has been re-written. Mailer services are capable of running in
  22.   simple mailer front end mode.
  23. -  The scheduler services allow a greater degree of control over a auto answer
  24.    mode. The schedules now control the "Auto Answer Setup" services, which
  25.    can only be accessed during a schedule which includes ",Host" attribute
  26.    flag.
  27. - New Point mail support menus have been added for automated event driven
  28.   mailer/host modes. AceComm can serve as a complete front end to any BBS.
  29. - FBL output ".NOD" files are no longer supported as Nodelist files. FBL will
  30.   instead be re-written to support the creation of "mini" nodelist files.
  31. - "Boss Data" areas allow user created system definitions to be retained
  32.   permanently in the ACE.PRM file.
  33.  
  34.   The hooks for running a BBS software are numerous, and capable of passing
  35.   port rate %B, connect speed %C, port %P.
  36. - The Dialer sees some new "Phone Number Modifiers" menu.
  37. - Fon files can be printed to ascii text or PRN from inside the "Import" menu.
  38. - A new "CALL.LOG" does a 1 liner for each number called, with on line time
  39.   down to the second.
  40.  
  41. - The configurations area "PRM-data" has bee re-organized. Always an effort
  42.   is made to group similar data into more intuitive surroundings.
  43. - Many little bug fixes, one larger one where the upload files selections could
  44.   lock up if the user chose a particular sequence of events.  This due to a
  45.   menu not getting closed properly.
  46.  
  47.  
  48.  
  49. =============================================================
  50. 1/16/94 * Release version 1.81
  51. =============================================================
  52. - Point mail functions using BOSS info were needlessly aborting
  53.   when NODELIST or NLIST.IDX files were not available.
  54. - Auto Log on was scanning the first 10 fields and ignoring the last
  55.   six.
  56. =============================================================
  57. 12/26/93 * Release version 1.8
  58. =============================================================
  59.  
  60. Update made for 1.8 include:
  61.  
  62.   AceComm is written in 100% assembly language.  This is how the EXE file
  63.   remains so small.  The movement for menu data to a separate binary file is in
  64.   the workings, this will allow for memory savings, multiple language support,
  65.   and to a limited degree, user customizing.  AceComm for MS-Windows is coming
  66.   along nicely, and like the DOS version, written in assembly language.  The
  67.   GUI version featuring RIPscrip video will be available to registered users
  68.   by March of 94. Those wishing to see pre-release copies can get them.
  69.   Int 14h and FOSSIL support will be seen in a 1.86 release very soon. I have
  70.   them implemented, haven't enabled them yet. I may tie an interrupt handler
  71.   to buffer int 14h, as it's dog gone slow using BIOS the way they are.
  72.  
  73. - Fixed dialer timeout to recycle where values 60 seconds and greater would not
  74.   timeout, but require a modem response in order to recycle.
  75.  
  76. - Zmodem receiver file management functions in a more expected manor.  User
  77.   aborts would end with the file time not being updated to the file time sent by
  78.   the remote.  This caused a later resume to be renamed instead.  ACE.DOC
  79.   covers the logic behind file management used with Acecomm's internal zmodem.
  80.  
  81. - Script/macro processor gets attention every release, this area is very robust
  82.   now.  The scrip language continues to inch along, what is here is very solid.
  83.  
  84. - AutoScrGen does a better overall job and can handle systems using HOT keys.
  85.  
  86. - Macro language evolves with each release.  The macro language and scripts
  87.   capability will see the most attention from version to version.
  88.  
  89. - Terminal emulations saw some minor additions. These always get added to and
  90.   tweaked every version.
  91.  
  92. - Event schedules are more on line aware, and there is an enable flag where the
  93.   schedules can be turned off completely.
  94.  
  95. - ACTL (assemble CTL) and DPRM (dis-assemble PRM) utilities are more data
  96.   aware.  The PRM file can be almost 100% cloned across versions.
  97.  
  98. - LISTFILE prompting for batch uploads will now search the directory for all
  99.   LISTFILES and prompt the user "Send from this file Y/n)" before defaulting to
  100.   the menu.  This allows multiple LISTFILES be ready to go, and used on the
  101.   fly, greatly improving the fast up load selection process.
  102.  
  103. - Point mail services saw a lot of work and those using pre-release versions
  104.   are getting good results with the scheduler and <PollBoss> macros.
  105.  
  106. - MDMI.EXE is included for the first time with this release.  MoDeM Install
  107.   will read from an ascii format file of modem definitions.  The file can grow,
  108.   MDMI.EXE will be able to use it as it grows.
  109.  
  110. - Mouse handler was re-written. Mouse support is much more flexible. Double
  111.   click in terminal mode brings up the TopBar menu.
  112.  
  113. - KTS key definitions somehow got behind KBD definitions. KTS are back to
  114.   getting first crack at a key press.
  115.  
  116. - Xmodem was not opening file for 1.75, but dumping to the screen. 1.76 fixed
  117.   this.
  118.   Both Xmodem and Ymodem (G) saw a lot of attention. Mostly YmodemG. This
  119.   protocol is not using file management that the Zmodem uses.
  120.  
  121. - Fixed a problem where writing the AceComm prompt to the DOS prompt when
  122.   shelling to command processor, AceComm would overwrite any environment
  123.   variables that were defined after the prompt. This will be a noticeable fix
  124.   for many. This caused AceComm to lose it's ability to run programs if any
  125.   PATH statement followed the prompt string.
  126.  
  127. - A trend for menus to become user definable is in the works. It just seems
  128.   to evolve this way since I wanted to move all the text out to an edit able
  129.   area anyway.
  130.  
  131. =============================================================
  132. 11/01/93 * Release version 1.75
  133. =============================================================
  134. Updates made for 1.75 include
  135. - Re-written dialer
  136. - Re-written script processor, the script language inches along,
  137.   whats there is very solid
  138. - Re-written log file formatter, nice new packed log file
  139. - Part re-write for Dir Lister function, "Drives" detect works
  140.   better, "NewDir" operates easier
  141.   format also tracks on line time
  142. - Intelligent File Rename (internal zmodem)
  143. - Introduce "User Menus"
  144. - New on-line help topics menu, supports scroll able view, and
  145.    printing
  146. - Changed TopBar 1 line menu for mouse to pull down menu type
  147.   for most frequently used commands. Hot key displayed at left
  148.   Also displays current event schedule (if any) at right
  149. - Changed status bar displays "key-def" hot key & "help" menu
  150.   hot keys at right
  151. - Changed xstatus line display when creating or running scripts
  152.    to display more clearly what key press options are allowed
  153. - New Event scheduler for "Host", and "Mail" events
  154. - New Intelligent Auto Answer (process macro stack associated
  155.   with connect string), allows drop to BBS, FAX, etc. based on
  156.   modem Answer/Connect string
  157. - Re-written Point Mail
  158. - New *.FLO file support (mailer) can look into MAIL_OUT
  159.   directory and provide automated mail poll, send, attach, file
  160.   request etc. if the current event schedule allows. Manual
  161.   mail functions still inside "Protocols" menus
  162. - New Fon List menu item "Mass Change" any record item, updates
  163.   all records with just the 1 item.
  164. - A few new macros, [DATA_ARGS]
  165. - DPRM175.EXE can clone the ACE.PRM file to ACE.CTL, your next
  166.   upgrade will be painless
  167. =============================================================
  168. 09/05/93 * Release version 1.7
  169. =============================================================
  170. Updates made for 1.7 include
  171. - Introduces "Intelligent Auto Log On Technology"(Tm)
  172. - Labels, Gotos, Ifs, and data areas are documented in example
  173.   script file, and introduction of SCRIPT.DOC.
  174. - Sorting FON files by system name, total calls, last date called
  175.     and phone number.
  176. - FON file import/convert functions will now allow file merging.
  177.     US BBS list is a stable format, I'm converting that now.
  178. - Internal protocols code to detect receive buffer near full was
  179.     commented out, I un-commented it, slower computers running
  180.     AceComm as a back ground in Windows etc don't see a crc error
  181.     every 'buffer_size' bytes.
  182. - Ansi ESC[6n is responded to with ESC[row;col R
  183. - Extended AVATAR scroll up/scroll down functions
  184. - File requests using FBL's nodelist extract files (.NOD) where
  185.     the dir lister got involved, caused AceComm to create ACE.BCH
  186.     instead of NETNODE.REQ, this problem didn't exist for users
  187.     using the NODELIST.
  188. - A memory management system has been implemented. Memory for
  189.     internal functions can be swapped to XMS memory during other
  190.     memory hungary tasks.  At this point AceComm uses 64k XMS for
  191.     swapping the scroll back buffer.  Future releases will see
  192.     EMS support, and much more high memory used for the scroll
  193.     back buffer and reading very large FON files.  64k isn't
  194.     much, it allows an extra 48k/250 FON record buffer for very
  195.     large FON files.  Or With smaller FON files, AceComm can run
  196.     in up to 64k less conventional memory than before.
  197.     AceComm uses EMS/XMS/DISK for SWAP when using <CommandShell_>
  198.     and <RunProgram> macros.
  199. - Options menus have been re-arranged grouping like options into
  200.     sub menus.
  201. - LISTFILE names have been changed from ACE.BCH and temporary
  202.     filenames of the 'ABCDEFG' order to 'UPLDS.LST' and
  203.     'UPLDS.LS(n)'.
  204. - Time slices for DV have been added.  Time slices for Windows
  205.    are more selective. By default time slices are not given up
  206.    while using any of Acecomm's internal protocols. Options for
  207.    giving up time slices during internal protocols are provided
  208.    in the new "Internal Protocols Options" menu.
  209. - 9.6k memory has been freed due to changes in the help system
  210.    and on line order form.
  211.  
  212. =============================================================
  213. 08/15/93 * Release version 1.65
  214. =============================================================
  215.  
  216.  
  217. 08/05/93 ADD
  218.    Screens / Colors / Menus menu has a new menu for selecting
  219.    detect, 25 rows, 28 rows, 43 rows, or 50 rows during AceComm
  220.    sessions. The screen mode is restored at program exit.
  221.  
  222.  
  223. 08/04/93 CHANGE
  224.    Internal File Lister screen is re written making it more user
  225.    friendly.
  226.  
  227. 08/03/93 FIX
  228.    ANSI video code / Video display code, a write buffer was getting
  229.    over written causing lock ups, crashes. The video library code
  230.    now does consistent bounds checking.
  231.  
  232. 08/01/93 FIX
  233.    IEMSI session code is re written. Display is cleaned up.
  234.    IEMSI setup menus are given more detailed information.
  235.  
  236. 07/28/93 FIX
  237.    Scroll back buffer would skip a line coming back down.
  238.    Screen blanker and pop up key ref, when occur during Scroll
  239.    back buffer caused screens to not presented properly.
  240.  
  241. =============================================================
  242. 07/25/93 * Release version 1.60
  243. =============================================================
  244.  
  245. 07/18/93 CHANGE
  246.    FON files 250 record limit is replaced with 5000 record limit.
  247.    5000 is arbitrary, each 250 records require 48k memory. Probably
  248.    never get to 5000 records.
  249.  
  250. 07/16/93 FIX
  251.    *** 70 character buffer used with DOS exec function 04bh was
  252.    not enough of a buffer for filename to execute. DOS kept clobbering
  253.    a few bytes past it. 80 character length solved this problem.
  254.    This in addition to the 128 byte param buffer.
  255.  
  256. 07/05/93 ADD
  257.    Added mouse support for both on line terminal area and menu system.
  258.  
  259.    - Replace delay timer in dialer with Stopwatch so seconds are
  260.      still seconds under DV and other task switchers
  261.    - New flags in controls menus for more bells and whistles
  262.    - More Data & functional MACROS
  263.    - Script language gets conditionals, lables, data area more
  264.      Not documented in this 1.60 release, will be next release
  265.      complete with numerous examples and a separate SCRIP.DOC
  266.      <SendDelay> is removed from scrip generation, will re appear
  267.      as option inside options menu (good when debugging scripts)
  268.  
  269. =============================================================
  270. 06/27/93 * Release version 1.55
  271.  <ASP> acceptance came in same day so I stopped distribution
  272. =============================================================
  273.  
  274. 06/06/93 ADD
  275.    Import FON files function is added to Telephone directory area
  276.  
  277.    - Added context on line help
  278.    - Added Point Mail Setup menu
  279.    - did away with ACE.CFG (now in Point Mail Menu)
  280.    - Added 10 auto log on Trigger sequence/ MACRO stack
  281.      strings for dialing area.
  282.    - Improved menus where multiple selector lines now display
  283.      all at once.
  284.    - Zmodem resume after keyboard interrupt was not re initializing
  285.      position in write buffer. This caused bad offsets be generated
  286.      when resuming a file immediately after a keyboard abort.
  287.      Replaced near 8k protocol buffer with allocated buffer.
  288.    - Stopwatch function now rolls over at midnight.
  289.    - MACRO data args are completely stackable. (see MACRO.DOC)
  290.    - Import function inside phone directory
  291.    - DV detection and video buffer usage
  292.  
  293. 06/03/93 CHANGE
  294.    Done away with "More" option in menus that used it to toggle
  295.    between SELECTOR BARS.
  296.    Menus that used "More" option to toggle SELECTOR BARS are now
  297.    displaying two or more SELECTOR BARS.
  298.  
  299. 05/27/93 ADD
  300.    Enabled modification times for internal ymodem, zmodem protocol.
  301.  
  302. 05/26/93 CHANGE
  303.    Local 8k protocol buffer is now a FAR buffer allocated at time
  304.    protocol is used. This saves 8k of memory from program usage
  305.    while internal protocols aren't in use.
  306.  
  307. 05/22/93 FIX
  308.    Internal File Lister function now allows PgUp/PgDn selection
  309.    inside "New Directory" menu.
  310.  
  311. 05/22/93 ADD
  312.    Added code to recognize the gray arrow keys when using enhanced
  313.    BIOS keyboard functions. Also added a flag in "General Controls"
  314.    which allows or dis-allows using enhanced BIOS functions when
  315.    detected.
  316.  
  317. 05/18/93 FIX
  318.    AVATAR video was missing the color BLUE
  319.    Now supports VY repeat mode.
  320.  
  321.